setDecorFitsSystemWindows
open fun setDecorFitsSystemWindows(@NonNull window: @NonNull Window, decorFitsSystemWindows: Boolean)(source)
Sets whether the decor view should fit root-level content views for WindowInsetsCompat.
If set to false, the framework will not fit the content view to the insets and will just pass through the WindowInsetsCompat to the content view.
Please note: using the setSystemUiVisibility API in your app can conflict with this method. Please discontinue use of setSystemUiVisibility.
Parameters
window
The current window.
decorFitsSystemWindows
Whether the decor view should fit root-level content views for insets.